home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / da / megawatc.sit / MW Docs < prev    next >
Text File  |  1985-11-23  |  3KB  |  87 lines

  1. MegaWatcher.Doc
  2.  
  3. V.85.10.12.spg
  4.  
  5.      MegaWatcher is a Desk Accessory which tracks the loading and unloading of  
  6. resources.  You may specify any resource type (CODE is the default), and 
  7. MegaWatcher will keep a continuous display of all resources of that type.  
  8. With MegaWatcher, you can determine the size, location, and status (in memory, 
  9. locked, and/or purgeable) of each resource.
  10.  
  11. THE DISPLAY
  12. MegaWatcher defaults to a small display, with type 'CODE' selected.  In the 
  13. upper left corner of the window, the current type is displayed; each 
  14. subsequent line displays the status of a resource.  The resource ID's are 
  15. displayed along with boxes which indicate:
  16.  
  17.           (M) -- Segment is in Memory           
  18.           (L) -- Segment is Locked          
  19.           (P) -- Segment is Purgea
  20.           (P) -- Segment is Purgeable.
  21.  
  22. As long as the current application calls SystemEvent regularly (as it  
  23. should), MegaWatcher will update itself 2 times per second.  MegaWatcher will 
  24. only display the first 26 or so resources of a given type.
  25.  
  26. THE MENU
  27.  
  28. Front: Select 'Front' to make the MegaWatcher window become the front window.
  29. Back:  Select 'Back' to make the MegaWatcher window become the back-most 
  30.        window.
  31. Hide:  Causes window to disappear (it will reappear again when you select 
  32.        'Back'  or 'Front'
  33.  
  34. Wide Display: Toggles window size:  when Wide Display is checked, MegaWatcher
  35.        will display locations and sizes of resources, in addition to the 
  36.        normal information.
  37. Private:  Toggles 'Private' flag:  when Private is selected, only resources 
  38.        owned by the current application will be displayed; if Private 
  39.        isn't selected, all resources of the specified type are displayed.
  40. New Type:  Select 'New Type' when you want to look at a new resource type.
  41.        MegaWatcher will prompt you for the resource type:  Upper/Case 
  42.        is toggled by the Shift Key, but the mapping is backwards 
  43.        (shift-x -> X).  Enter the resource type, then hit <Return> :  
  44.        the new type will be added to the MegaWatcher menu, and all 
  45.        resources of that type will be displayed.
  46.  
  47. Other Menu Items:
  48.        Each time you examine a new resource type, that type will be added to
  49.        the menu:  if you want to re-display a type, just select the type
  50.        from the MegaWatcher menu.
  51.  
  52.  
  53. A typical MegaWatcher display might look like this (interpretation follows):
  54.  
  55. ---------------- |
  56. DITL  #  M  L  P |
  57.     255  X  X  X |
  58.     229          |  
  59.     302  X       |  
  60.     306          |  
  61.     444  X  X    |  
  62.     220  X     X |  
  63.     165          | 
  64. ------------------
  65.  
  66. A display such as that above, would indicate the following:
  67.  
  68. -- DITL ID=255 is in memory, and Locked, and Purgeable 
  69. -- DITLs 229, 306 and 165 are not in memory.
  70. -- DITL 302  is in memory, and is neither locked nor purgeable. 
  71. -- DITL 444 is in memory, and locked.
  72. -- DITL 220  is in memory, and is purgeable. 
  73.  
  74.  
  75. Mouse Clicks:  Click in the MegaWatcher window to cause window to be
  76. re-drawn.  Click and hold mouse button down: MegaWatcher will freeze everything
  77. until you let up on the button.
  78.  
  79.  
  80. Historical Note:
  81.    If you select Cut/Copy/Paste, MegaWatcher will disappear for a few seconds, 
  82. then reappear.
  83.  
  84.  
  85.  
  86. ---- End of documentation.
  87.